+ 2
Why c# is not a complete object oriented language
Concept of OOPs
4 Answers
+ 2
yes, c# has some features that aren't strictly object-oriented, but it also has everything that a full object oriented language should. so, c# is a fully object-oriented language, but not a purely object-oriented language. (example: unsafe pointers aren't objects)
+ 1
Obviously.. Thanks dude
0
why do you think it isn't?
0
Due to the use of interfaces that do not make use of OOPs concept.. May be I wrong