What are the OOPS concepts?
Answer Posted / ammu
1encapsulation - class
2abstraction - object
3inheritance
4 poymorphism - compile and run (static and dynamic binding)
5 message passinng
6 delegation
7 reusability
8 Interfaces
9 extensability
10 templates
11 scalability
12 associativity
13 persitence ......etc are OOPs Cocepts
| Is This Answer Correct ? | 61 Yes | 48 No |
Post New Answer View All Answers
What is the purpose of enum?
What is the benefit of oop?
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 does <> mean pseudocode?
How to hide the base class functionality in Inheritance?
What is polymorphism in oop example?
What is coupling in oop?
program for insertion ,deletion,sorting in double link list
What are the 4 main oop principles?
Prepare me a program for the animation of train
What is interface? When and where is it used?
what's the basic's in dot net
why reinterpret cast is considered dangerous?
Why is oop useful?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)