TCS Solved Placement Papers - OOPS Concept
OOPS questions solved - from TCS placements
1) Which is the term used for information hiding in OOPS?
a) abstraction
b) encapsulation
c) polymorphism
Answer is encapsulation
2) Distributed systems are used for
a) Resource sharing
b) Load sharing
c) Fault tolerance
d) All the above
Answer is All the above
3) Which of the following features is supported by Object Oriented Programming?
a) Abstraction
b) Encapsulation
c) Inheritance
d) All the above
Answre is All the above
4) Which of the following statements is true considering OOP (Object Oriented Programming)?
a) State defines the attribute of an object
b) Behaviour defines the attribute of an object
c) State defines the functions to modify the behaviour of an object
d) none of the above
Answer is State defines the attribute of an object

