Answer Posted / debasish
there is no virtual constructor..coz..virtual thing is in
run time n constructor ic compile time thing.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
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?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
is there any choice in opting subjects like 4 out of 7
What is oops and its features?
Why is encapsulation used?
what type of question are asked in thoughtworks pair programming round ?
What is multilevel inheritance in oop?
What is a null tree?
What is the highest level of cohesion?
What is overriding in oop?
write string class as your own class in java without using any built-in function
Why polymorphism is used in oops?
Why do we use inheritance?