View Single Post
Old 14-01-08, 05:32 PM   #1 (permalink)
netique
Junior Member
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 netique is on a distinguished road
Can we declare Constructor as final in Java? If not/yes... Plz give expalanation.



Can we declare Constructor as final in Java? If not/yes... Plz give expalanation.

Eg.

class MyClass{

final MyClass() { /* do lot of things */ }

}
netique is offline   Reply With Quote