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 desirable attributes for memory managment?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What is polymorphism and why is it important?
What is encapsulation with real life example?
What is a scope resolution operator?
Can private class be inherited?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is differance between Abstract and Interface
What is the purpose of enum?
What is overriding in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is the sylabus for priliminaries?