c++ is a pure object oriented programming or not?
Answer Posted / baranee
C++ is Oops concept only but not pure. pure concept is JAVA
only.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How do you achieve polymorphism?
Why is abstraction used?
explain sub-type and sub class? atleast u have differ it into 4 points?
Prepare me a program for the animation of train
Can you inherit a private class?
What is the purpose of enum?
When not to use object oriented programming?
what are the ways in which a constructors can be called?
What is encapsulation in oop?
Why it is called runtime polymorphism?
What is inheritance in simple words?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write a program to find 2^n+1 ?
What are the two different types of polymorphism?
Who invented oop?