why c++ is called OOPS?
waht is inherutance?
what is compiler?
Answer Posted / nikhita
Basically c++ is know as object oriented programing
language because,the variables we declare are known as
objects,and moreover the progrmas we write are dependent on
the objects we create.
Inheritance means to extract features from one class to
creare another new class
the extract class is know as base class and the extacted
class is known as derived class.The derived class has all
the features of both the classes.Mainly the inheritance is
used to aviod the redundant code from several classes.
compiler is a program used to convert the data written in
computer language into user defined language.It gives the
o/p which is converted into the userdefined language.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is difference between polymorphism and inheritance?
What is encapsulation in oops?
Is react oop?
What is encapsulation and abstraction? How are they implemented in C++?
Can private class be inherited?
What is polymorphism programming?
Can you inherit a private class?
What is the purpose of enum?
What does and I oop mean in text?
What is stream in oop?
Write a program to reverse a string using recursive function?
What is oops with example?
What are the components of marker interface?
What is the real time example of inheritance?
What is the difference between procedural programming and oops?