Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Have you ever interfaced with a database?

2 Answers   IBM,


What is a scope operator and tell me its functionality?

3 Answers   emc2,


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.

0 Answers   Wipro,


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


How to overload new operator in c++

2 Answers  


explain dynamic binding by drowing

2 Answers   Cognizant,


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

0 Answers   DELL,


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


When you define a integer it gets stored in which data structure?(Stack or a heap)

2 Answers   emc2,


what do you mean by static member variable?

2 Answers  


write a c++ code of diagonal matrix.

2 Answers  


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,


Categories