what is the basic concept of c++(object oriented programing)
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / baban dongare
C++ is pure object oriented progrsmming lsngusge.It
iscompletely depends on object....
Is This Answer Correct ? | 0 Yes | 0 No |
What is increment operator in c++?
Keyword mean in declaration?
Difference between pass by value and pass by reference?
Can we make copy constructor private in c++?
What are friend classes? What are advantages of using friend classes?
what is the difference between overloading & overriding? give example.
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is a singleton class c++?
What are disadvantages of pointers?
What is the purpose of ios::basefield in the following statement?
Write a note about the virtual member function?
Can we use struct in c++?