why we are declare the function in the abstract class even
though we are declaring it in Derived class?
Answer / vishal
Abstract class is nothing but placeholder for other classes
ie subclass.It defines common shared behavior in abstract
classes and if we need to override we need to define in its
subclass else we can use shared behavior in base class.
| Is This Answer Correct ? | 1 Yes | 0 No |
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
when to use 'mutable' keyword and when to use 'const cast' in c++
What are the data types in oop?
Which is the parameter that is added to every non-static member function when it is called?
diff between Abstract class Interfaces?
Out of 4 concepts, which 3 C++ Follow?
What are the four main oops concepts?
oops concept is used for?
diff between Virtual mathod and abstract method?
WAP find square root of any number (without using sqrt() )?
Why do pointers exist?
what is opps?why it is use in programming language?