Question
Which of the following is responsible for hiding of the
data?Solution
Polymorphism : It is a OOPs concept that is refers the ability of an object/variable/method to take multiple forms. Example: "Animal" class has different sub-classes like horse, fish, tiger etc. "Animal" class has one method called "Move" which will be defined in different ways in subclasses. Like when for "horse" class it will be as "trotting" while for "Fish" class it will be "Swimming". Inheritance : It refers to the ability of subclass to inherit features of the parent class. It leads to helps re-usability of code. Encapsulation : It refers to binding of methods/variables/objects of one class together. Abstraction : It refers to the hiding of the data. Generalization : It refers to grouping of subclasses into one class. Like Permanent faculty and Guest
If P is related to Kanpur, S is related to Jaipur in the given arrangement, Following the same pattern how is U related to ?
Who is preparing for UPSC?
Who among the following person sit immediate right of T?
How many persons sit in the row?
Who is second to the left of D?
Six persons (U, V, W, X, Y and Z) sit around a circular table facing towards the center but not necessarily in the same order. W sits immediate right o...
How many person are there between C and the one who do shopping from Snapdeal, when counted in clockwise direction starting from C?
Six person, T, U, V, W, X and Y, are placed in a row facing towards the north (not necessarily in the same order). T sits to the immediate left of Y. X ...
Six people, T, U, V, W, X and Y are sitting around a circular table facing towards the centre (but not necessarily in the same manner). One person is si...
How many persons sit between E and A from the right of E?Â