What is object in oop?
No Answer is Posted For this Question
Be the First to Post Answer
Which is the only operator in C++ which can be overloaded but NOT inherited?
What is the highest level of cohesion?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
can you give the dynamic polymorphism types?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
What is polymorphism and why is it important?
What is pointer in oop?
What are the four main oops concepts?
What are the three parts of a simple empty class?
Difference between realloc() and free?
What is overriding vs overloading?