Why we use classes in oop?
No Answer is Posted For this Question
Be the First to Post Answer
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
How do you achieve runtime polymorphism?
What is for loop and its syntax?
What is the diamond problem in inheritance?
What is super in oop?
What is interface? When and where is it used?
What is class in oop with example?
how to write a java program for an output ****0 ***01 **012 *0123 01234
What is a macro? And how is a macro same as a template?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
create a c++ program that will ask 10 numbers and display their sum using array.
Can we call a base class method without creating instance?