<AptiCode/>

Question 656: What will be the size of the object created by the following C#.NET code snippet?namespace IndiabixConsoleApplication { class Baseclass { private int i; protected int j; public int k; } class Derived: Baseclass { private int x; protected int y; public int z; } class MyProgram { static void Main (string[ ] args) { Derived d = new Derived(); } } }

tcs
wipro
infosys
general
aptitude
inheritance
c-programming

No answer description is available.Let's discuss.