Answer Posted / nishant kumar
yes...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is static in oop?
What is abstract class in oops?
What are the three parts of a simple empty class?
What is the renewal class?
Explain the concepts involved in Object Oriented programming.
Whats is abstraction in oops?
what are the realtime excercises in C++?
What is interface in oop?
What does and I oop mean in text?
what type of question are asked in thoughtworks pair programming round ?
What is interface? When and where is it used?
what is the sylabus for priliminaries?
What is overriding in oop?
What do you mean by variable?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }