143.what is oops principles?
Answers were Sorted based on User's Feedback
Answer / suddapally.chinny
the main concepts in OOP are:
*DATA ABSTRACTION
*DATA ENCAPSULATION
*POLYMORPHISM
*INHERITANCE
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / ayswarya
Its a Principle in which the programming module must depends
on the object of that class and not the functions.. inter
communication of classes will occur through objects of the
classes only and not directly..
It has 5 properties
1. Class and Object(methods and data members in class and
objects meant for using those methods and data members)
s. Encapsulation and Abstraction (Data Hiding and wrapping
concept)
3. Inheritance (Software re-usability- use of existing code
in our new project)
4. Polymorphism (different functions taking different
forms(values) at different situations)
5. Data Binding
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / arya
the main principles of of oops are :-
-inheritance
-polymorphism
-reusuability
-data abstraction
-encapsulation
-class
-function
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / deepti
ABSTRACTION POLYMORPHISM INHERITANCE AND ENCAPSULATION.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amit
oops concept is to implement the real world concept in
progarmig world like
Abstrction(hide the compexity)
Encapsulation(Wrap in single unit,to achive the abstraction)
Polymorfism(one to many form)
Inheritence(inhancment,reuseability)
etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abi
principles are:
inheritance(reusability)
classes & objects
message passing
polymorphism
data abstraction & encapsulation
dynamic binding
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / saranya
Objects
Classes
Data encapsulation, abstraction
Inheritance
Polymorphism
Dynamic binding
Message passing
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chinnababu
oops concepts are:
1.Abstraction
2.Encapsulation
3.polymorphism
4.Inheritance
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / prasad
DATA ABSTRACTION AND ENCAPSULATION
POLYMORPHISM
INHERITANCE
MESSAGE PASSING
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / vijayan
object
class
message passing
inheritance
reuseablity
polymorphism
| Is This Answer Correct ? | 0 Yes | 4 No |
what is function overloading..?
What is encapsulation c#?
what is the use of template classes in c++
Why we use classes in oop?
How do you achieve polymorphism?
what is the difference between containership and inheritence?
What are the benefits of polymorphism?
What is meant by multiple inheritance?
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
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
Should you protect the global data in threads? Why or why not?
What is object-oriented programming? Webopedia definition