How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14335//what is wrong with the programme??
#include
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are the benefits of interface?
How to call a non virtual function in the derived class by using base class pointer
Can we define a class within the interface?
Can we create object of abstract class?
What is the important feature of inheritance?
What is difference between oop and pop?
What is polymorphism in oop example?
How do you achieve polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What does sksksk mean in text slang?
What is overriding in oop?
What is the difference between abstraction and polymorphism?
Can you explain polymorphism?
What do you mean by Encapsulation?