How do you define a class in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do we use polymorphism in oops?
What is overriding in oops?
What is late bound function call and early bound function call? Differentiate.
What is interface? When and where is it used?
What is the difference between pass by reference and pass by value?
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 the purpose of enum?
What is the point of oop?
What is differance between Abstract and Interface
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
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?