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 framework is used for performance testing/load testing?
Why do we use struct in c#?
Can enum be null c#?
What is the difference between string and stringbuilder in c#?
How do I join one form to another in c#?
Why data types are important in c#?
How do you pass reference parameters in c#?
What do you understand by 'access specifiers' in C#?
What is the difference between ref & out parameters in c#?
Why do we use interfaces in c#?
Why do we use hashtable in c#?
What is the difference between console application and windows application?
What is a dynamic assembly?
Explain how can you clean up objects holding resources from within the code?
What is private and shared assembly?