<AptiCode/>

The ultimate platform for developers to practice, compete, and grow. Join our community of passionate coders today.

TwitterLinkedIn

Platform

ProblemsCompilerAptitude TestsContests

Company

About UsContactRewardsContribute

Legal

Terms of ServicePrivacy PolicyShipping PolicyRefund Policy

© 2025 AptiCode. All rights reserved.

Made withfor developers

topic/Interfaces

Question NoTitleTypeMarks
699.A class implements two interfaces each containing three methods. The class contains no instance data. Which of the following correctly indicate the size of the object created from this class?
MCQ
5
697.Which of the following statements is correct about the C#.NET code snippet given below?interface IMyInterface { void fun1(); int fun2(); } class MyClass: IMyInterface { void fun1() { } int IMyInterface.fun2() { } }
MCQ
5
698.Which of the following can be declared in an interface?PropertiesMethodsEnumerationsEventsStructures
MCQ
5
700.Which of the following statements is correct about an interface used in C#.NET?
MCQ
5
701.Which of the following statements is correct about Interfaces used in C#.NET?
MCQ
5