Why do we use class?
what is different between oops and c++
what are abstract classes and how they impliment , with example
some one give d clear explanation for polymorphism
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Explain polymorphism? What r the types of polymorphism? pls give examples?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
What is a mixin class?
What is the concept of object oriented program?
Whats is abstraction in oops?
Should you protect the global data in threads? Why or why not?
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
What is a linked list?