Which statement about the this keyword is not true?
1.The this keyword lets a constructor call a different constructor in the same class.
2.A constructor can use a base statement and a this statement if the base statement comes first.
3.A constructor can use one this statement at most.
4.If a constructor uses a this statement, its code is executed after the invoked constructor is executed.
Posted Date:-2022-08-10 08:59:07