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
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write a program to find 2^n+1 ?
What is interface? When and where is it used?
What is encapsulation in oop?
What is constructor overloading in oop?
What is the example of polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is a function in oop?
What is the significance of classes in oop?
what's the basic's in dot net
Can we create object of abstract class?
How do you use inheritance in unity?
How is polymorphism achieved?
write a C++ program for booking using constructor and destructor.
Give two or more real cenario of virtual function and vertual object