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 getenumerator?
How to find the current application file path while runtime?
What is tuple in c#?
What is difference between const and static in c#?
What are most desktop applications written in?
Why reflection is used in c#?
Can partial class be inherited?
Who is a accessibility modifier “protected internal†available to ?
What is the difference between ienumerable and enumerable?
What is the difference between throw and throw ex?
Write a program to find the angle between the hours and minutes in a clock
Is xml tags are case sensitive?
What does out mean c#?
What is attribute c#?
What are functions c#?