Answer Posted / guest
For example, control abstraction in structured programming
is the use of ... Object-oriented programming can be seen
as an attempt to abstract both data and
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
Which method cannot be overridden?
Why is there no multiple inheritance?
How can you overcome the diamond problem in inheritance?
• What are the desirable attributes for memory managment?
Why multiple inheritance is not possible?
What is the difference between static polymorphism and dynamic polymorphism?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write a program to sort the number with different sorts in one program ??
How do you achieve runtime polymorphism?
How long to learn object oriented programming?
What is overloading in oop?
can we make game by using c
officer say me - i am offered to a smoking , then what can you say
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