What are the OOPS concepts?
Answers were Sorted based on User's Feedback
Answer / gajanan malode
1 encapsulation - class
2 abstraction - object
3 inheritance
4 poymorphism - compile and run (static and dynamic binding)
5 message passinng
6 delegation
7 reusability
8 Interfaces
9 extensability
10 templates
11 scalability
12 associativity
13 persitence ......etc are OOPs Cocepts
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / m.radha
object oriented programming include:
*objects
*classes
*data abstraction and encapsulation
*inheritance
*polymorphism
*dynamic binding
*message passing
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / siva
Object-oriented programming (OOP) is a computer science
term used to characterize a programming language that began
development in the 1960’s. The term ‘object-oriented
programming’ was originally coined by Xerox PARC to
designate a computer application that describes the
methodology of using objects as the foundation for
computation. By the 1980’s, OOP rose to prominence as the
programming language of choice, exemplified by the success
of C++. Currently, OOPs such as Java, J2EE, C++, C#, Visual
Basic.NET, Python and JavaScript are popular OOP
programming languages that any career-oriented Software
Engineer or developer should be familiar with.
| Is This Answer Correct ? | 191 Yes | 207 No |
Answer / v.rajaram
The concepts of OOPs are Objects Data abstraction Data
Encapsulation Inheritance Overloading .
| Is This Answer Correct ? | 57 Yes | 112 No |
Whatis the difference between oop and object based language
What is overriding vs overloading?
What type of loop is a for loop?
how does a main() in C++ is different from main() in C?
what is the 3 types of system development life cycle
write a c++ code of diagonal matrix.
In c++ there is only virtual destructors, no constructors. Why?
What is the difference between an object and a class?
How to overload postfix operator in c++
What is inheritance and how many types of inheritance?
What is this interview room ? Is it a class or an object.
Will I be able to get a picture in D drive to the c++ program? If so, help me out?