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 a list c++?
What language does google use?
Do you know what are static and dynamic type checking?
What is a "RTTI"?
What is a literal in c++?
what do you mean by memory management operators
Difference between a homogeneous and a heterogeneous container
Is c++ still being used?
How one would use switch in a program?
What is #include c++?
What is "strstream" ?
How do you find out if a linked-list has an end?