IndiaBIX
IndiaBIX
Start typing & press "Enter" or "ESC" to close
  • Home
  • Jobs
  • Results
  • Current Affairs
  • GK
  • Online Test
  • HR Interview
  • BLOG

Polymorphism - General Questions (2)

  • Home
  • Computer Science & Engineering
  • C# Programming Questions and Answers
  • Polymorphism - General Questions
9. 

Which of the following statements are correct?

1 All operators in C#.NET can be overloaded.

2 We can use the new modifier to modify a nested type if the nested type is hiding another type.

3 In case of operator overloading all parameters must be of the different type than the class or struct that declares the operator.

4 Method overloading is used to create several methods with the same name that performs similar tasks on similar data types.

5 Operator overloading permits the use of symbols to represent computations for a type.

A. 1, 3
B. 2, 4
C. 2, 5
D. 3, 4

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

10. 

Which of the following  statements is correct?

A. Static methods can be a virtual method.
B. Abstract methods can be a virtual method.
C. It is necessary to override a virtual method.
D. When overriding a method, the names and type signatures of the override method must be the same as the virtual method that is being overriden.
E. We can override virtual as well as non-virtual methods.

Answer: Option D

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

11. 

Which of the following is the correct way to overload + operator?

A. public sample operator + ( sample a, sample b )
B. public abstract operator + ( sample a, sample b)
C. public abstract sample operator + (sample a, sample b )
D. public static sample operator + ( sample a, sample b )
E. All of the above

Answer: Option D

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

12. 

Which of the following keyword is used to overload user-defined types by defining static member functions?

A. op
B. opoverload
C. operator
D. operatoroverload
E. udoperator

Answer: Option C

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

13. 

Which of the following statements is correct?

A. When used as a modifier, the new keyword explicitly hides a member inherited from a base class.
B. Operator overloading works in different ways for structures and classes.
C. It is not necessary that all operator overloads are static methods of the class.
D. The cast operator can be overloaded.

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

14. 

Which of the following keyword is used to change the data and behavior of a base class by replacing a member of a base class with a new derived member?

A. new
B. base
C. overloads
D. override
E. overridable

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

15. 

A derived class can stop virtual inheritance by declaring an override as

 

A. inherits
B. extends
C. inheritable
D. not inheritable
E. sealed

Answer: Option E

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

16. 

Which of the following unary operators can be overloaded?

1 true

2 false

3 +

4 new

5 is

A. 1, 2, 3
B. 3, 4, 5
C. 3 only
D. 5 only

Answer: Option A

Explanation:

No answer description available for this question. Let us discuss.
View Answer Discuss Workspace Report

  • 1
  • 2

Questions & Answers

Aptitude Chemical Engineering Civil Engineering Computer Science & Engineering Current Affairs Data Interpretation Electrical & Electronics Engineering Electronics & Communication Engineering General Knowledge Logical Reasoning Mechanical Engineering Non Verbal Reasoning Verbal Ability Verbal Reasoning

Interviews

HR Interview

Jobs

Sarkari Jobs

Results

Rojgar ResultSarkari Result

Admission

Admission 2023

Admit Card

Admit Card 2023

Answer Key

Answer Key 2023
copyright
Privacy Policy
© 2025 IndiaBIX. All Rights Reserved.

Report