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 |
Is there any function that can skip certain number of characters present in the input stream?
Difference between struct and class in terms of access modifier.
Describe the setting up of my member functions to avoid overriding by the derived class?
Explain the concept of inheritance in C++.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
How can we access protected and private members of a class?
Is c better than c++?
What is an orthogonal base class in c++?
What is object file? How can you access object file?
Can you write a function similar to printf()?
Write about the retrieval of n number of objects during the process of delete[]p?
What does I ++ mean in c++?