why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / kiran kumar maharana
c++ is partial object oriented language because
1)whatever the concept in c++ about 90% are based upon class concept
2)other 10% is that we can write c++ program with out using the class concept also.
also i don't know about c#(sorry for that)
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What are generics in c#.net?
Is c# code is managed or unmanaged code?
How can we sort the elements of the array in descending order?
What is generic types in c#?
Can we change static value in c#?
Can we inherit abstract class in c#?
What is interface inheritance?
What is reflection in c#?
What sort algorithm does c# use?
What is written in c#?
Is comparable a functional interface?
What is the size of a decimal?
What are most desktop applications written in?
What does executescalar return in c#?
What are the two uses of a ‘using’ statement in c#?