C++ Single Program

Write a program in C++ using encapsulation, inheritance, polymorphism and abstraction all the concepts should come in a single program.

Questions by chamma

Showing Answers 1 - 1 of 1 Answers

nikki

  • Aug 21st, 2011
 

I think all programs in C++ possess all features of object oriented.so we can implement a single & simpler program.

for eg:-

Code
  1. span style="color: #666666;">"name=""address=""phone=""rno=""ram","mig",245689,101);

  2.    obj.view();

  3.        

  4.  

  5. }

  6.  

  7. }

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions