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
Illustrate serialization?
What is dependency in software?
What is an inheritance ?Give an example in which inheritance is used?
What is a predicate in c#?
How do I declare a pure virtual function in c#?
What is the symbol used for in c#?
What is ac callback?
What is the use of 0 in c#?
What is icollection in c#?
Are c# tuples immutable?
Show us in simple steps to create setup & deployment project for windows application?
What is foreach loop in c#?
What is c# windows form application?
Define satellite assembly in c#?
Explain how do I get deterministic finalization in c#?