why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / srividhya
C++ is called oops because the variables we create are
called objects, and the program is fully dependent on the
object we created
Inheritance means we can create more class from single class
like a parent class and child class, but the child class
will have the features of parent class. Deriving morethan
classes from a main class is called inheritance
A compiler is that which is used to compile the program and
transfers the user defined language to computer language
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Why multiple inheritance is not allowed?
What is the purpose of enum?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Hi friends
I have experience of 6 months in website design and
maintanence. Now i am looking for other IT jobs.. to switch
platform. please post any interview you know in chennai. How can you overcome the diamond problem in inheritance? Explain the advantages of inheritance. what are the ways in which a constructors can be called? Templates mean What is polymorphism what are the different types of polymorphism? How do you achieve runtime polymorphism? What exactly is polymorphism? What does it mean when someone says I oop? Plese get me a perfect C++ program for railway/airway
reservation with all details. Why interface is used? What is inheritance in oop?