Following are the class specifications:
class {int a};
class {int b};
Using friend funtion,calculate the max of two objects and
display it.
No Answer is Posted For this Question
Be the First to Post Answer
What is the diamond problem in inheritance?
Can destructor be overloaded?
Why is destructor used?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
difference between overloading and overridding
what is the realstic modeling?
What is use of overloading?
What is the use of oops?
What is the difference between encapsulation and polymorphism?
What is abstraction example?
why destructor is not over loaded?
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?