Answer Posted / preeti
Constructor execution is depend on its type like,
1) inbuilt or default construtor, no parameter constructor
are executes whenever object creates.
2) parameterized constructor execute whenever it calls.
3) base class constructor execute before than child class
constructor(child class is derived from base class
constructor).
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Whats is abstraction in oops?
Please send ford technologies placement paper 2 my mail id
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is overriding in oops?
What are the benefits of polymorphism?
What is abstraction with example?
What is abstraction in oop?
Is enum a class?
What are the three main types of variables?
#include
Can main method override?
What are the 4 main oop principles?
what type of question are asked in thoughtworks pair programming round ?
What are different oops concepts?
What is the advantage of oop over procedural language?