What are the OOPS concepts?
Answer Posted / hari
OBJECT
ENCAPSULATION
INHERITANCE
POLYMORPHISM
OVERRIDING
MESSAGE PASSING
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
What do you mean by variable?
What is persistence in oop?
What is polymorphism what are the different types of polymorphism?
write string class as your own class in java without using any built-in function
What are the three main types of variables?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is oops with example?
What is oops?what is its use in software engineering?
What is oops and why we use oops?
What exactly is polymorphism?
Give two or more real cenario of virtual function and vertual object
Can an interface inherit a class?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.