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
Does google use c#?
What are controls in c#?
Write a syntax for writing a event delegate.
What is reflection c#?
How do you achieve polymorphism in c#?
How do I open the console window?
What is a console?
Which is faster array or arraylist in c#?
what is the index value of the first element in an array?
Can we inherit private class in c#?
What are the differences between system.string and system.text.stringbuilder classes?
What are the different states of a thread?
What is the difference between “dispose” and “finalize” variables in c#?
What is a Assembly?
What sort algorithm does c# use?