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


Please Help Members By Posting Answers For Below Questions

Is abstract thinking intelligence?

588


Can we override main method?

597


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1409


What is oops?what is its use in software engineering?

553


What does and I oop and sksksk mean?

644






What is a null tree?

621


Why do while loop is used?

568


What is the oops and benefits of oops programming?

547


How to call a non virtual function in the derived class by using base class pointer

5246


What is the use of oops?

614


How to hide the base class functionality in Inheritance?

631


Which is not an object oriented programming language?

533


What is overriding in oop?

545


What is object and example?

598


Can we create object of interface?

599