use constructor class B and derived D
custom method is used
output should be below
variable i of B = 100
variable i of D = 500
use constructor class B and derived D
use abstract and override method
variable i of B = 100
variable i of D = 500
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhuvanesh MohankumarPosted May 8, 2016, 1:50 PM