20% of a 6 litre solution and 60% of 4 litre solution are
mixed what the % of mixture of solution it is resulted into?
Answers were Sorted based on User's Feedback
Answer / kalyan chukka
Ans : 3.6 lt
20% of 6 lit solution = 20/100 x 6 = 1.2 lt
60% of 4 lit solution = 60/100 x 4 = 2.4 lt
Ans= 1.2+2.4 = 3.6 lt
| Is This Answer Correct ? | 21 Yes | 2 No |
What is overriding vs overloading?
What are the components of marker interface?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Is react oop?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism in oop example?
what is the advantage in software? what is the difference between the software developer and Engineer
why reinterpret cast is considered dangerous?
Why do we use class in oops?
what is the difference between class and object?
Polymorphism with an example?