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 |
Adobe Interview & Adobe Placement Paper
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Why do we need c++?
Why are arrays usually processed with for loop?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
why and when we can declar member fuction as a private in the class?
What is the use of turbo c++?
What is a concrete class?
Are strings mutable in c++?
What are structs in c++?
Show the declaration for a static function pointer.
What C++ libraries are you proficient with?