Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

What is meant by the term generics?

(a) parameterized types

(b) class

(c) structure

(d) interface

This question was posed to me by my school teacher while I was bunking the class.

Enquiry is from Fundamental of Generics in division Delegates, Generics and LINQ of C#

  • C#
  • October 3, 2023 at 5:06 am

Select the modifiers which control the accessibility of the delegate?

(a) new

(b) protected

(c) public

(d) all of the mentioned

The question was asked in an interview for job.

This intriguing question comes from Delegates in Detail in division Delegates, Generics and LINQ of C#

  • C#
  • September 12, 2023 at 5:06 am

Incorrect statements about delegates are?

(a) Delegates are reference types

(b) Delegates are object oriented

(c) Delegates are type safe

(d) Only one method can be called using a delegate

The question was asked in a national level competition.

Asked question is from Delegates in Detail in section Delegates, Generics and LINQ of C#

  • C#
  • September 14, 2023 at 5:06 am

Which of the following are the correct statements about delegates?

(a) Delegates can be used to implement callback notification

(b) Delegates permit execution of a method on a secondary thread in an asynchronous manner

(c) Delegate is a user defined type

(d) All of the mentioned

I have been asked this question by my school principal while I was bunking the class.

This intriguing question comes from Delegates in Detail topic in chapter Delegates, Generics and LINQ of C#

  • C#
  • October 24, 2023 at 5:06 am

Choose the incorrect statement about delegates?

(a) delegates are not type safe

(b) delegates can be used to implement callback notification

(c) delegate is a user defined type

(d) delegates permits execution of a method in an asynchronous manner

The question was asked in an international level competition.

My question is from Fundamental of Delegates in chapter Delegates, Generics and LINQ of C#

  • C#
  • September 30, 2023 at 5:06 am

Which among the following differentiates a delegate in C#.NET from a conventional function pointer in other languages?

(a) delegates in C#.NET represent a new type in the Common Type System

(b) delegates allows static as well as instance methods to be invoked

(c) delegates are type safe and secure

(d) none of the mentioned

This question was posed to me by my college director while I was bunking the class.

The query is from Fundamental of Delegates in division Delegates, Generics and LINQ of C#

  • C#
  • November 5, 2023 at 5:06 am

Which of the following is an incorrect statement about delegate?

(a) a single delegate can invoke more than one method

(b) delegates could be shared

(c) delegates are type safe wrappers for function pointers

(d) delegate is a value type

This question was posed to me by my college professor while I was bunking the class.

My doubt is from Fundamental of Delegates in portion Delegates, Generics and LINQ of C#

  • C#
  • September 14, 2023 at 5:06 am

Choose the incorrect statement among the following about the delegate?

(a) delegates are of reference types

(b) delegates are object oriented

(c) delegates are type safe

(d) none of the mentioned

I had been asked this question in an online quiz.

Origin of the question is Fundamental of Delegates in division Delegates, Generics and LINQ of C#

  • C#
  • October 7, 2023 at 5:06 am

To generate a simple notification for an object in runtime, the programming construct to be used for implementing this idea?

(a) namespace

(b) interface

(c) delegate

(d) attribute

This question was addressed to me by my school principal while I was bunking the class.

My question is from Fundamental of Delegates topic in section Delegates, Generics and LINQ of C#

  • C#
  • October 31, 2023 at 5:06 am

Suppose a Generic class called as SortObjects is to be made capable of sorting objects of any type(integer, single, byte etc). Then, which of the following programming constructs is able to implement the comparison function?

(a) interface

(b) encapsulation

(c) delegate

(d) attribute

This question was posed to me during a job interview.

My question is from Fundamental of Delegates topic in chapter Delegates, Generics and LINQ of C#

  • C#
  • November 2, 2023 at 5:06 am

Viewing 15 topics - 241 through 255 (of 257 total)

1 2 3 16 17 18
  • You must be logged in to create new topics.