Answer Posted / vijayan
#include<iostream.h>
| Is This Answer Correct ? | 4 Yes | 21 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What does and I oop mean?
Is data hiding and abstraction same?
What is polymorphism what is it for and how is it used?
What is polymorphism what are the different types of polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is solid in oops?
What is object and class in oops?
What are the components of marker interface?
What does and I oop mean in text?
What is the significance of classes in oop?
What is this pointer in oop?
How is polymorphism achieved?
What does oop mean in snapchat?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.