InterviewSolution
Saved Bookmarks
| 1. |
What Happen, If New-style Constructor & Old-style Constructor Are Defined. Which One Will Be Called? |
|
Answer» New-STYLE CONSTRUCTOR will CALLED. But if New-Style constructor is MISSING, OLD style constructor will called. New-Style constructor will called. But if New-Style constructor is missing, old style constructor will called. |
|