+ 2

Why c# is not a complete object oriented language

Concept of OOPs

15th Jun 2018, 5:52 AM
Sumit Kumar
Sumit Kumar - avatar
4 Antworten
+ 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)
15th Jun 2018, 9:24 AM
hinanawi
hinanawi - avatar
+ 1
Obviously.. Thanks dude
15th Jun 2018, 9:43 AM
Sumit Kumar
Sumit Kumar - avatar
0
why do you think it isn't?
15th Jun 2018, 9:13 AM
hinanawi
hinanawi - avatar
0
Due to the use of interfaces that do not make use of OOPs concept.. May be I wrong
15th Jun 2018, 9:19 AM
Sumit Kumar
Sumit Kumar - avatar