what is the basic concept of c++(object oriented programing)
Answer Posted / baban dongare
C++ is pure object oriented progrsmming lsngusge.It
iscompletely depends on object....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ primer good for beginners?
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?
What is c++ namespace?
Is there any function that can skip certain number of characters present in the input stream?
Explain the advantages of using friend classes.
What is late binding c++?
Can we use clrscr in c++?
What is scope in c++ with example?
What do you mean by translation unit?
What is buffering in c++?
Which sort does c++ use?
What is the function to call to turn an ascii string into a long?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is a sequence in c++?
Mention the ways in which parameterized can be invoked.