What are the 4 main oop principles?
Why do pointers exist?
What are the two different types of polymorphism?
What is virtual class and friend class?
Which is the parameter that is added to every non-static member function when it is called?
what is meant by files?
Why a "operator=(...)" when there is a copy ctor?
Why it is called runtime polymorphism?
What are the 3 pillars of oop?
c++ is a purely oop concept?
What is overriding in oop?
what is the difference between a package and a software?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??