C# Interactive Multiple Choice Test: For Beginners
Book Details
Author(s)Shiva Chowdhury
ISBN / ASINB01BW29EJ2
ISBN-13978B01BW29EJ0
Sales Rank553,718
MarketplaceUnited States 🇺🇸
Description
C# Interactive multiple choice questions for beginners.
Types of questions
Which among the following is a conditional operator ?
A :?
B ?;
C ?:
D ?? 
In which namespace is the interface IEnumerable declared?
A System.Collections
B System.Interface
C System.Collections.Interface
D System.Collections.Generic 
Which method is used to abort thread prior to it’s normal execution?
A Abort()
B End()
C Terminate()
D ShutDown() 
What is it called when two or more methods within the same class that have same name but different parameters list?
A Encapsulation
B Method overloading
C Method overriding
D Polymorphism 
Types of questions
Which among the following is a conditional operator ?
A :?
B ?;
C ?:
D ?? 
In which namespace is the interface IEnumerable declared?
A System.Collections
B System.Interface
C System.Collections.Interface
D System.Collections.Generic 
Which method is used to abort thread prior to it’s normal execution?
A Abort()
B End()
C Terminate()
D ShutDown() 
What is it called when two or more methods within the same class that have same name but different parameters list?
A Encapsulation
B Method overloading
C Method overriding
D Polymorphism 
