what is the difference between inter class and abstract
class...?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between class and object?
what isthe difference between c structure and c++ class
What is abstraction encapsulation?
#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; }
Is react oop?
what is difference between c++ language and java language
What is class in oop with example?
c++ is a purely oop concept?
explain the concepts of oops?
What is polymorphism in oop example?
what is abstract class ? when is used in real time ? give a exp
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,