what is difference between objects and function
Answer / gyana
In simple term object is a represantation of the
class.Through which class is invoked and method initializes..
but method show the characterstics of the class..The various
opearation are done inside the method.
| Is This Answer Correct ? | 12 Yes | 1 No |
Why do we use oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Conversion from a basic type to a class type may be achieved using______________
define oops with class and object
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What are objects in oop?
Differences between inline functions and non-inline functions?
the difference between new and malloc
How to overload postfix operator in c++
why to use template classes in c++?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
what is difference between String s=new String("vali"); String s="vali"