News

A constructor in child class- need to execute the constructor in parent class before executing child class's constructor. It is done by calling the function "super ()". Even if there is no constructor ...
Lets talk about a constructor. it is actually a function to serve the purpose of using as a constructor. you can write a function to use it as a constructor or call it as a normal function, or use it ...