Answer Posted / teginder
When instance of that class is creater by us
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What are the three main types of variables?
What do you mean by abstraction?
What is the point of oop?
What is oops concept with example?
Why is there no multiple inheritance?
Can static class have constructor?
How do you achieve polymorphism?
what are the realtime excercises in C++?
What is the difference between static polymorphism and dynamic polymorphism?
What is pointer in oop?
What is polymorphism and its types?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is multilevel inheritance in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is coupling in oop?