Can we define interface in abstract class ?
Vishal Verma
NO,We can not because interface is itself a contract and abstarct class is also an contract. one contract cannot contain another