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


Please Help Members By Posting Answers For Below Questions

What is difference between ienumerable and ienumerator in c#?

707


Where do we set the min and max pool size for connection pooling?

716


What is the purpose of namespace?

632


What is null propagation c#?

685


What is difference between assembly and namespace?

648


Can you put two constructor with the same structure in a class?

690


What is the difference between Java and .NET garbage collectors?

718


What is a shared assembly?

739


What is arraylist?

697


Is array passed by reference in c#?

722


What are collections in c#?

664


What are cshtml files?

658


Which is more efficient for loop or while loop?

641


What is property in c#?

694


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

1879