List the advantages of inheritance.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of c++ programming language in real life?
What do you mean by funtion prototype?
Describe private, protected and public?
What do you mean by function and operator overloading in c++?
What do you mean by early binding?
Is c better than c++?
What are register variables?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
What is c++ good for?
How size of a class can be calulated?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL