Altimetrik Interview Question

Class A having constructor B having constructor Class b extends class a class c extend class b create object of C how many object created write out put

Interview Answer

Anonymous

Jun 23, 2017

one object created output class a class b

1