What is Object and Class? What are the differences between
them?
Answer Posted / prabhakar
class is a collection of data and member functions.
objcet is instance of a class
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What is the benefit of oop?
How can you overcome the diamond problem in inheritance?
What is the renewal class?
What is the fundamental idea of oop?
What is stream in oop?
What are the data types in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why polymorphism is used in oops?
Why do we use oop?
How is class defined?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
can inline function declare in private part of class?
What is balance factor?
Templates mean