Answer Posted / pabcet mca terrors
Object Orientated Programming Structure.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How is polymorphism achieved?
What is cohesion in oop?
Why is static class not inherited?
Why we use classes in oop?
How do you explain polymorphism?
Why is object oriented programming so hard?
What is object-oriented programming? Webopedia definition
What is the types of inheritance?
Write a program to reverse a string using recursive function?
What is overloading in oop?
What is oops?what is its use in software engineering?
What is abstraction in oop with example?
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?
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?
What is abstraction in oops?