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
Why do we need oop?
What does sksksk mean in text slang?
What is oops and its features?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Is data hiding and abstraction same? Why is abstraction needed? write a programe to calculate the simple intrest and compund
intrest using by function overlading How to handle exception in c++,
For example in a functions i am assigning memory to some
variables and also in next instructions in am dividing one
variable also.
If this functions generates a error while allocating memory
to those variable and also while dividing the variable if i
divide by zero then catch block how it will identify that
this error has cone from perticular instruction Can main method override? What is abstraction in oops? What is abstraction encapsulation? What is oops concept with example? What is destructor oops? What is pointer in oop? How to hide the base class functionality in Inheritance?