What is the difference between encapsulation and polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What is encapsulation in oops?
Is html an oop?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
What is pure oop?
why we call c++ is object oriented lanaguage
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(); }
Why is there no multiple inheritance?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is virtual constructors/destructors?
What do you mean by binding of data and functions?