Podcast
Questions and Answers
Which of the following is a fundamental pillar of object-oriented programming?
Which of the following is a fundamental pillar of object-oriented programming?
If a member of a class has the protected modifier, what can access it?
If a member of a class has the protected modifier, what can access it?
What is the difference between internal and protected internal access modifiers?
What is the difference between internal and protected internal access modifiers?
Which of the following statements about constructors is correct?
Which of the following statements about constructors is correct?
Signup and view all the answers
What are the two meanings of polymorphism in C#?
What are the two meanings of polymorphism in C#?
Signup and view all the answers
Which of the following statements about classes is correct?
Which of the following statements about classes is correct?
Signup and view all the answers
Which of the following is a difference between traditional waterfall and agile software development methodologies?
Which of the following is a difference between traditional waterfall and agile software development methodologies?
Signup and view all the answers
Which of the following is a fundamental pillar of object-oriented programming?
Which of the following is a fundamental pillar of object-oriented programming?
Signup and view all the answers
Which of the following is a fundamental pillar of object-oriented programming?
Which of the following is a fundamental pillar of object-oriented programming?
Signup and view all the answers
Which of the following is a fundamental pillar of object-oriented programming?
Which of the following is a fundamental pillar of object-oriented programming?
Signup and view all the answers
___ is the use of different access restrictions on elements of a class.
___ is the use of different access restrictions on elements of a class.
Signup and view all the answers
___ is also known as data hiding.
___ is also known as data hiding.
Signup and view all the answers
If a member of a class has the protected modifier, ___.
If a member of a class has the protected modifier, ___.
Signup and view all the answers
If a member of a class has the internal modifier ___.
If a member of a class has the internal modifier ___.
Signup and view all the answers
If a member of a class is protected internal, the member is ____.
If a member of a class is protected internal, the member is ____.
Signup and view all the answers
A class __ directly inherit from more than one base class. However, a class ___ have multiple levels of inheritance.
A class __ directly inherit from more than one base class. However, a class ___ have multiple levels of inheritance.
Signup and view all the answers
If a base class method is virtual, then it ___ overridden by its derived class.
If a base class method is virtual, then it ___ overridden by its derived class.
Signup and view all the answers
If a base class method is abstract, then it ___ overridden by the derived class or remains abstract in the derived class.
If a base class method is abstract, then it ___ overridden by the derived class or remains abstract in the derived class.
Signup and view all the answers
Which one of these is true about polymorphism in C#?
Which one of these is true about polymorphism in C#?
Signup and view all the answers
Which of the following statements about constructors is correct?
Which of the following statements about constructors is correct?
Signup and view all the answers
Which of the following is a difference between traditional waterfall and agile software development methodologies?
Which of the following is a difference between traditional waterfall and agile software development methodologies?
Signup and view all the answers
Which of the following is a role in agile that represents the business users who pay for and will use the software?
Which of the following is a role in agile that represents the business users who pay for and will use the software?
Signup and view all the answers
Which of the following is an event in agile software development where the team sets the sprint goal?
Which of the following is an event in agile software development where the team sets the sprint goal?
Signup and view all the answers
Which of the following is an event in agile software development that has the smallest time-box?
Which of the following is an event in agile software development that has the smallest time-box?
Signup and view all the answers
Which of the following is a role in agile that refers to a servant leader?
Which of the following is a role in agile that refers to a servant leader?
Signup and view all the answers