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

Explain about Destructor method?

536


What is parse method in c#?

447


What is c-sharp (c#)?

523


What is difference between internal and protected internal in c#?

456


Explain the difference between boxing and unboxing.

527






What does immutable mean in c#?

501


What is property in c#?

534


What does console writeline do?

489


How many types of polymorphism are there?

492


Can structs in c# have destructors?

543


What is the default value of boolean variable?

449


In .NET which is the smallest unit of execution?

628


Is functional interface runnable?

506


How to sort an int array in c#?

525


What is application object in c#?

495