Can static class have constructor?
No Answer is Posted For this Question
Be the First to Post Answer
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
what is costructor?
What is polymorphism and types?
What is oops and why we use oops?
Get me a number puzzle game-program
Write A Program using Single and Multiple Inheritance.
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Difference ways of Polymorphism?
What are the 4 main oop principles?
wht is ditch
what is the 3 types of system development life cycle
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?