why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / mohan pratap singh
1-In C++ we can use functions outside of any class,
while in Java all methods (functions) must be
included in a class.
2In java one object should have only one
hierarchical parent reference.but In C++, Multiple-Inheritance
contradicts this principle.
so we say that java is a purely oop language.while c++ is
partialy oop language.
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is difference between ienumerable and ienumerator in c#?
Where do we set the min and max pool size for connection pooling?
What is the purpose of namespace?
What is null propagation c#?
What is difference between assembly and namespace?
Can you put two constructor with the same structure in a class?
What is the difference between Java and .NET garbage collectors?
What is a shared assembly?
What is arraylist?
Is array passed by reference in c#?
What are collections in c#?
What are cshtml files?
Which is more efficient for loop or while loop?
What is property in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?