Answer Posted / jyotsna pandey
object
class
inheritence
polymorphism
encapsulation
data abstraction
dynamic binding
message passing
| Is This Answer Correct ? | 60 Yes | 17 No |
Post New Answer View All Answers
What is abstract class in oops?
What is destructor give example?
What does sksksk mean in text slang?
What is the point of polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
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 oops in simple words?
Why do we need polymorphism in c#?
What does <> mean pseudocode?
What is and I oop mean?
What is stream in oop?
What is inheritance and how many types of inheritance?
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 polymorphism in oop example?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?