What is Iteration Hierarchy?
What is what is Object behavioral concept?
Answer Posted / deepthi
Iteration heirarchi is means looping.
In c++ everything is based on Object.Object is the reference
to the class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is difference between oop and pop?
What are the features of oop?
What is destructor give example?
What is interface in oop?
What is destructor example?
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 meant by oops concept?
explain sub-type and sub class? atleast u have differ it into 4 points?
Can a destructor be called directly?
can inline function declare in private part of class?
write a program to find 2^n+1 ?
What are properties in oop?
What is multilevel inheritance?
Why is destructor used?