what is the basic concept of c++(object oriented programing)

Answer Posted / balu(nsb)

The basic concept of c++ , some of them are:
1.Data Abstraction
2.Encapsulation.
3.Modularity.
4.Polymorphism and
5.Inheritance

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why is iostream::eof inside a loop condition considered wrong?

587


What is the difference between a type-specific template friend class and a general template friend class?

550


What is the difference between *p++ and (*p)++ ?

767


Define a constructor - what it is and how it might be called (2 methods)?

602


What is the best ide for c++?

563






If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

996


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1504


What do you mean by persistent and non persistent objects?

729


Is there finally in c++?

610


What are the benefits of oop in c++?

582


Explain what are the sizes and ranges of the basic c++ data types?

638


Explain differences between alloc() and free()?

573


What is a constructor in c++ with example?

574


What is capacity in vector in c++?

542


What are the two main components of c++?

582