what is opps?why it is use in programming language?
Answer Posted / giri prasad.thota
oops means object oriented programing.this is usud to divide
a program in to objects and there is encapsulation,data
abstraction,inheritence.messege passing featurs is available
in oops.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What do you mean by variable?
Write a program to sort the number with different sorts in one program ??
Give two or more real cenario of virtual function and vertual object
Can we create object of abstract class?
What is static modifier?
Which language is not a true object oriented programming language?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is abstraction and encapsulation?
What is the difference between a constructor and a destructor?
Can you inherit a private class?
What are different oops concepts?
What is new keyword in oops?
Why do we use oops?
What is inheritance in oop?
What is a superclass in oop?