What is object in oops?
No Answer is Posted For this Question
Be the First to Post Answer
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why is abstraction used?
How do you use inheritance in unity?
What is an advantage of polymorphism?
what uses of c++ language?
What is the use of fflush(stdin) in c++?
What makes a language oop?
What is multilevel inheritance?
What are different oops concepts?
what is graphics
How do you achieve polymorphism?
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(); }