what is oops
Answers were Sorted based on User's Feedback
Answer / lilly
Oops is a object oriented programming language. The whole
program structure is depended on the real world entity
called object. It has many features like inheritance,
polymorphism, data binding, abstraction , encapsulation
etc. It is very convinient to write programs in oops
compared to non-oops. whole program is oriented by the
object. There is nothing to do with the program without
object in object oriented programming. As the objects plays
main role and controls overall program, Hence the name
oops.
| Is This Answer Correct ? | 27 Yes | 3 No |
Answer / revathi
oops is a object oriented programming language.
the main aim is to creating an object to the entire program
and that to we can control the entire program using the object
the main feature of oops is polymorphism,multiple
inheritance,abstraction and encapsulation
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / thirupathi raju
O:object
O:oriented
P:programing
S:structure
| Is This Answer Correct ? | 0 Yes | 0 No |
what is meant by files?
What is the highest level of cohesion?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
Why do we use polymorphism in oops?
what are the different types of qualifier in java?
What are oops functions?
what type of question are asked in thoughtworks pair programming round ?
What is encapsulation example?
What are the 3 principles of oop?
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
what is object slicing?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess