What are the OOPS concepts?
Answer Posted / harmeet singh
Object-oriented programming (OOP) is a programming model
that uses "objects"(object is a combination of message and
data that can receive and send messages and use messages to
interact with each other) and their interactions to design
applications and computer programs. Programming techniques
may include features such as information hiding, data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which is better struts or spring?
What is overloading in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What causes polymorphism?
What is constructor overloading in oop?
Why oops is important?
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
Templates mean
Why do we use class in oops?
What are objects in oop?
Why do we use encapsulation in oops?
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 do you mean by abstraction?
What is encapsulation with real life example?
What language is oop?