Execuse me .Can you tell me ?why the following code is Not Compiling?.let me know some hints please.
Code:using System; using System.Collections.Generic; using System.Text; namespace Example13 { class Boxme { int itakeObj(Object x) { Console.WriteLine(x); } object iSpitObs() { int v; v=5; BoxMe Up=new Boxme(); up.itakeObjs(virtual); int boxBox=(int)up.isitObjs(); } } }




Reply With Quote