What are oops functions?
No Answer is Posted For this Question
Be the First to Post Answer
Can we create object of class with private constructor?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }
what is multithreading in c++ , what is difference between multithreading and singlethreading.
Why do we use class?
what is the size of an empty class
What is constructor overloading in oop?
WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
What are oops methods?
What is destructor oops?
some one give d clear explanation for polymorphism
What is oops?what is its use in software engineering?
which is platform independent device used in computers