Which language is pure oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is destructor give example?
what is difference between thread and programme.
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
What is abstraction in oop?
what is new modifier in C#
What are the benefits of oop?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
How do you make derived class as an abstract class?
What is polymorphism and its types?
write string class as your own class in java without using any built-in function
some one give d clear explanation for polymorphism
What is the difference between a constructor and a destructor?