Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 31 constructor. A constructor which takes no parameters is called the Choose one - 2 points O default O paramater-less o empty O void

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
QUESTION 31 constructor. A constructor which takes no parameters is called the Choose one - 2 points O default O paramater-less o empty O void derived QUESTION 32 What must you do when you are done reading a file? Choose one. 2 points Closed Cleart Free Releases Reseto Finisho QUESTION 33 How long does a static variable last? Choose one. 2 points O until the end of the function O the life of the program O until Main ends O until it is deleted O until it falls out of scope until the thread is over J QUESTION 34 What kind of class methods cannot use the "this" keyword? Choose one. 2 points none of them can all of them can static this constructors properties QUESTION 35 Which of the following are part of a file's path? Choose all that apply. 2 points directory file name file path extension file size QUESTION 36 What function modifier can be put on a method in a base class to allow the child to override it? Choose one. 2 points O virtual static const new this QUESTION 37 What does CSV stand for? Choose one. 2 points O comma separated values O clustered shared volume O comma separated volume O counter strike veterans const static virtual QUESTION 38 Classes are beneficial because they... (select all that apply) Choose all that apply. 2 points Allow you to group together data and functionality Allow you to define how data variables are manipulated Allow you to protect data variables Allow you to hide implementation details from the main application Allow you to easily create multiple instances of the data/functionality QUESTION 39 In the List class, what is the difference between Remove() and RemoveAt()? Choose one. 2 points The Remove() function will remove all entries with the passed in value. O RemoveAto will remove the element at the specified index, regardless of value. O RemoveAtt) can only be used on Lists containing integers. O Remove() always succeeds. RemoveAt() cannot be used in loop. QUESTION 40 What is the access level for all members defined in an interface? Choose one. Z points public protected private internal QUESTION 40 What is the access level for all members defined in an interface? Choose one. 2 points O public O protected O private O internal QUESTION 41 The T in List stands for: Response. 2 points 238 TB I US Ili III - Your response... o word Attach file(s) Max size 500 ML no oneOD

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions