How do you use inheritance in unity?
No Answer is Posted For this Question
Be the First to Post Answer
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.
2 Answers CTS, Delhi University,
What is the difference between const int *ptr and int const *ptr???
Difference between realloc() and free?
What is object and example?
what is the difference between virtual function and destoctor?
why freind function takes more parameter than normal member function in c++?
What is object and class in oops?
why the argument is passed by reference to a copy constructor?example?
What exactly is polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
what is the definition of incapsulation