What are the OOPS concepts?
Answer Posted / rajeev shishodia
Simple meaning of OOPS is Object Oriented Programming Skill.
Which is programming language work on the following 3
features as known as OOPS based language?
1. Encapsulation / Abstraction
2. Inheritance
3. Polymorphism
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Where You Can Use Interface in your Project
What are objects in oop?
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.
What is object in oop with example?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the advantages of polymorphism?
What is encapsulation with example?
What is interface? When and where is it used?
What are oops functions?
What does and I oop mean?
Where is pseudocode used?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is difference between multiple inheritance and multilevel inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is polymorphism explain its types?