Answer Posted / xyz
object oriented programming language
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is a function in oop?
What is difference between inheritance and polymorphism?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are the 3 principles of oop?
• What are the desirable attributes for memory managment?
How does polymorphism work?
What is abstraction encapsulation?
How do you define social class?
Why do we use class in oops?
What is abstraction in oops with example?
What is coupling in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the real time example of inheritance?
What does <> mean pseudocode?
write a program to find 2 power of a 5digit number with out using big int and exponent ?