why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / aswani
c++ supports the concepts of oops concepts like object, class, abstraction and encapsulaton, polymorphism, inheritance.
Inheritance is the process by which the objects of one class acquire the properties of objects of another class....
Compiler is a computer program that transforms source code writen in a computer language into a machine language...
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is basic concept of oop?
Why do we use polymorphism in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism explain its types?
What is the purpose of enum?
What is ambiguity in inheritance?
What is encapsulation process?
Can bst contain duplicates?
What do you mean by abstraction?
How to hide the base class functionality in Inheritance?
What is the types of inheritance?
Why it is called runtime polymorphism?
What is abstraction encapsulation?
What is the difference between static polymorphism and dynamic polymorphism?
Why do pointers exist?