STL (140)
OOPS (873)
C++ General (2409) Can we call a virtual function from a constructor?
What does it mean to declare a function or variable as static?
What is the use of dot in c++?
What is the significance of classes in oop?
Why do we need runtime polymorphism in c++?
write a program To generate the Fibonacci Series.
What do you mean by overhead in c++?
What do you mean by Encapsulation?
Why do while loop is used?
What are the defining traits of an object-oriented language?
What is the rule of three?
When do we use copy constructors?
Explain virtual class?
what are the decision making statements in C++? Explain if statement with an example?
What is an abstract class in C++