what is the basic concept of c++(object oriented programing)
Answer Posted / rider
class and objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do inline functions improve performance?
Briefly describe a B+ tree. What is bulk loading in it?
Do you know the problem with overriding functions?
What's the "software peter principleā?
what is the use of void main() in C++ language?
When should I use unitbuf flag?
Declare a class vehicle and make it an abstract data type.
What is cin clear () in c++?
Can turbo c++ run c program?
What do you mean by inheritance in c++?
What is c++ code?
What is the difference between set and map in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Are vectors passed by reference c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes