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 |
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
How do you explain polymorphism?
WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
How Do you Code Composition and Aggregation in C++ ?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
what is a class
What is abstraction in oops with example?
difine hierarchical inheritance.
how do you handle yourself when you feel the wald is aganist you
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
What are the 4 main oop principles?