CSS Language
The short form of Cascading Style Sheet is CSS. The simplest way to determine the structure, size, shape, position, color, mobility, etc. of different types … Read more
The short form of Cascading Style Sheet is CSS. The simplest way to determine the structure, size, shape, position, color, mobility, etc. of different types … Read more
A) 0.3024B) 0.4235C) 0.6976D) 0.8125 Answer: (C) 0.6976 Solution: To find the probability that no two chocolate are identical = P(Y) To find the probability that … Read more
A) Plan, outlineB) Hospital, libraryC) Doctor, bookD) Medicine, grammar Answer: (C) Doctor, book Solution: Doctor is to surgery as writer is to book
Consider the following sentences:(i) Everybody in the class is prepared for the exam.(ii) Babu invited Danish to his home because he enjoys playing chess. A) … Read more
Answer: (A) Solution: In image (A) the angle Ө is more than 180 degree , so it is not a convex polygon.
A) 21B) 37C) 50D) 73 Answer: C) 50 Solution: The Ratio of boys to girls is 7:3Number of boys = 7xNumber of girls = 3xTotal … Read more
What is Inheritance ? Inheritance allows a class to acquire properties and characteristics of another class. In above example class Beta inherit class Papa. And … Read more
Inheritance Encapsulation Abstraction Polymorphism Method Overriding Method Overloading Objects Classes Constructors and Destructors Inheritance Inheritance is a feature to reuse the existing class without makin … Read more