What are the OOPS concepts?

Answers were Sorted based on User's Feedback



What are the OOPS concepts?..

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

What are the OOPS concepts?..

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

What are the OOPS concepts?..

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

What are the OOPS concepts?..

Answer / geek

How can a class become collection of objects???

Is This Answer Correct ?    66 Yes 90 No

What are the OOPS concepts?..

Answer / v.rajaram

The concepts of OOPs are Objects Data abstraction Data
Encapsulation Inheritance Overloading .

Is This Answer Correct ?    57 Yes 112 No

What are the OOPS concepts?..

Answer / hi

message passing

Is This Answer Correct ?    219 Yes 499 No

Post New Answer

More OOPS Interview Questions

What is overriding vs overloading?

0 Answers  


What is the benefit of oop?

0 Answers  


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


what is new operator in c++

1 Answers  


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 ?

6 Answers   TCS,






What is operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


What is differance between Abstract and Interface

3 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


What is multilevel inheritance explain with example?

0 Answers  


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


What is multilevel inheritance in oop?

0 Answers  


Categories