Ask the Community
Ask any professional question and get answers from other specialists.
( URL removed due to policy violation. Please contact support for further information. )
Do you have any openings for fresher in java developer position
Yes it is possible to inherit a class without using extends keyword in Java. For eg in the anonymous classes , such as Foo foo = new Foo(){ // some method implement ... See More