What are the OOPS concepts?
Answer Posted / dlp
objects
data abstraction
inheritance
encapsulation
dynamic binding
message passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is debug class?what is trace class? What differences are between them? With examples.
Give two or more real cenario of virtual function and vertual object
can we make game by using c
What is coupling in oops?
What polymorphism means?
program for insertion ,deletion,sorting in double link list
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!!!)
What is object in oop with example?
What are the important components of cohesion?
What is abstraction with example?
What is super in oop?
What is the important feature of inheritance?
Explain virtual inheritance?
What is abstraction in oops?
write knight tour problem which is present in datastructure