Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ DerivedConstructors
Class
DerivedConstructors
Programs/derivedConstructor.java:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
}
22
public
class
DerivedConstructors {
23
public
static
void
main(String[] args) {
24
// TODO Auto-generated method stub
25
Derived1 obj =
new
Derived1();
26
}
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected