What is an interface in oop?
No Answer is Posted For this Question
Be the First to Post Answer
namespace is working on which compiler?
what type of questions
polymorphism means?
what is runtime polymorphism? For the 5 marks.
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is memory leak and memory corruption?
Why polymorphism is used in oops?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Why is encapsulation used?
when my application exe is running nad i don't want to create another exe what should i do
Why do we use virtual functions?
• What are the desirable attributes for memory managment?