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 the namespcae generally given to the webpage of the .NET Framework ?
What is difference between int and int in c#?
How many dimensions can an array have?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is static variable in c#?
Is there regular expression (regex) support available to c# developers?
What is generic collection in c#?
What is private void in c#?
Is system a class in c#?
Define c# i/o classes? List the commonly used classes?
What is the difference between abstract and virtual?
What are the Types of assemblies that can be created in dotnet
What is arraylist class in c#?
What is Event - Delegate?
How many types of namespaces available in version4?