How to improve object oriented design skills?
No Answer is Posted For this Question
Be the First to Post Answer
How to overload postfix operator in c++
Why u change company?
Write a program in c++ to read two floating point numbers and find their sum and average.
How is polymorphism achieved?
What is an advantage of polymorphism?
What is difference between abstraction and encapsulation?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What is object in oops?
Why is polymorphism used?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?