Question
A invested Rs X in a scheme. After 6 months, B joined
with Rs 7500 more than that of A. After an year, ratio of profit of B to the total profit was 3: 7. Find the value of X.Solution
Profit of B/Total Profit = 3/7 = ((X + 7500)Γ6)/(X Γ 12 + (X + 7500) Γ 6) 9X + 22500 = 7X + 52500 2X = 30000 X = 15000
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: