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 |
What is difference between pop and oop?
The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
What is polymorphism used for?
what is a binary overloading
what is meant by files?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
The expansion of GNU
What is the difference between abstraction and polymorphism?
What are oops functions?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
Why interface is used?