Answer Posted / nithya
c++ is not a purely object oriented language because it is possible to write programs without classes unlike java which is purely oop as programs can exist only with classes
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
How do you achieve runtime polymorphism?
Are polymorphisms mutations?
Who invented oop?
What is cohesion in oop?
What is destructor in oop?
What is overloading and its types?
Can we create object of abstract class?
What is the highest level of cohesion?
What is an interface in oop?
What is a class and object?
Why is encapsulation used?
Why is oop better than procedural?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
when to use 'mutable' keyword and when to use 'const cast' in c++