Answer Posted / pradeep kumar shukla
oops stand for object oriented paradigms
Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is an advantage of polymorphism?
What is polymorphism oop?
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 code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What are the components of marker interface?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why do pointers exist?
What are constructors in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
c++ program to swap the objects of two different classes
What is this pointer in oop?
Why do we use encapsulation in oops?
Why do we need polymorphism in c#?
What is class and object in oops?
How to hide the base class functionality in Inheritance?