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


Please Help Members By Posting Answers For Below Questions

What are objects in oop?

823


What does and I oop and sksksk mean?

863


What are the benefits of oop?

857


What is constructor overloading in oop?

852


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

921


Why is polymorphism used?

771


What does no cap mean?

782


How to hide the base class functionality in Inheritance?

851


What is encapsulation with real life example?

784


What is the main feature of oop?

895


What exactly is polymorphism?

856


What are main features of oop?

868


write a program to find 2^n+1 ?

1775


What is the full form of oops?

908


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2054