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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / nandkumar

As we are using classes in c++ we can share the data members
and member functions in other classes. Memory get
deallocated after the execution of program.

Is This Answer Correct ?    8 Yes 4 No

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

Answer / rider

class and objects

Is This Answer Correct ?    0 Yes 0 No

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

Answer / baban dongare

C++ is pure object oriented progrsmming lsngusge.It
iscompletely depends on object....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is increment operator in c++?

0 Answers  


Keyword mean in declaration?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  






what is the difference between overloading & overriding? give example.

0 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


What is a singleton class c++?

0 Answers  


What are disadvantages of pointers?

0 Answers  


What is the purpose of ios::basefield in the following statement?

0 Answers  


Write a note about the virtual member function?

0 Answers  


Can we use struct in c++?

0 Answers  


Categories