G
Gopinath
hi,
Is C# is a 100% object oriented language? Can u plz
justify ur answer.
Thanx
Is C# is a 100% object oriented language? Can u plz
justify ur answer.
Thanx
Heinz Kiosk said:100% sounds very extreme to me. I doubt that for instance that constants are
treatable as objects but I haven't tried it. (eg 55.GetType() returns
System.Type.Integer? I doubt it )
Jon Skeet said:Indeed - but it returns System.Int32, which is more understandable.
Whether or not it's 100% OO, it doesn't have 100% if features. True multiple
inheritance for example.
Really? More OO than I expected then. My example wasn't intended to be
rigorous syntax.
Tom
My 1c worth: I think that MS has designed a very capable language andhi,
Is C# is a 100% object oriented language? Can u plz
justify ur answer.
Thanx
junk said:[This followup was posted to microsoft.public.dotnet.framework and a
copy was sent to the cited author.]
My 1c worth: I think that MS has designed a very capable language andhi,
Is C# is a 100% object oriented language? Can u plz
justify ur answer.
Thanx
runtime that is capable of demonstrating any of the OOP behaviours of
consequence.
I have noticed however, that in the applications they show as examples,
OOP is not in their thinking, only components. Further, in OOP we are
supposed to think of objects and their behaviors. They however, are
modeling Business Objects separatelly from a Data layer. I would think
that in OOP we would have the object show a business rule behaviour and
a have persistance. The approach by MS, is my opinion pragmatic and
scalable.