What is Iteration Hierarchy?
What is what is Object behavioral concept?
Answer / 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 |
difine hierarchical inheritance.
Difference between realloc() and free?
some one give d clear explanation for polymorphism
Can abstract class have normal methods?
why freind function takes more parameter than normal member function in c++?
polymorphism means?
Can destructor be overloaded?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
What is the difference between encapsulation and polymorphism?
Child cObj = new Parent() Wahts the output ?
what about you? wahat is your object? introduce your self?
1 Answers Ajmal Perfumes, TCS,
What is destructor give example?