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


Please Help Members By Posting Answers For Below Questions

Write a program to sort the number with different sorts in one program ??

1910


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


What are the types of abstraction?

551


Why is abstraction needed?

561


What is the types of inheritance?

594






What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1974


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

937


What is for loop and its syntax?

592


Why is abstraction used?

599


What is difference between abstraction and encapsulation?

584


Why do we use polymorphism?

571


State what is encapsulation and friend function?

690


What is object and class in oops?

577


What is abstract class in oops?

594


How to hide the base class functionality in Inheritance?

631