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 algorithm in c++ programming?
What is a base class?
What are abstract data types in c++?
What is the full form of dos?
Is c++ a low level language?
What is the difference between method overloading and method overriding in c++?
What is class in c++ with example?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is meant by the term name mangling in c++?
How do you establish a has-a relationship?
What is the c++ code?
Explain Text Manipulation Routines?