Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need all of these answered Which of these design diagrams should include properties and methods? Select one A. UML class diagram B. ER table

I need all of these answered
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Which of these design diagrams should include properties and methods? Select one A. UML class diagram B. ER table diagram C. Wireframe diagram D. Flowchart diagram What is one difference between an array and an arraylist? Select one A. Arrays are static in length while an arraylist can grow or shrink during program execution. B. Arrays are used only for primitive data types such as strings and ints while arraylists are used to store objects. C. Arrays cannot be declared as a property of a class but arraylist may be properties of a class. D. Arrays are not permitted in C\# but are used in other c-like languages such as Java. What is the main advantage of creating a Class Library project that is separate from a Windows Form or Console App project? Select one A. Separating class Library logic from the presentation makes code more reusable. B. Separating Console Apps from Windows Apps makes it easier to find the project in the file explorer. C. Separang projects makes the code execute taster. 0. There is actually no advantage. Separation of classes from presentation is a personal preference of the programmer. What is the primary difference between a class property and class method? Select one A. The method of a class corresponds to an action done by an object while the property describes a characteristic of the object. 8. The method of a class corresponds to a characteristic while the property describes an action done by object. C. The method relates to the main program loop while the property belongs only to the individual class instances. D. The methods of a class change during the program execution while the properties are always static. In the Cars Store application, what was the purpose of creating both the console app as well as the Windows Forms version of the same application? Select one A. We demonstrated the principle of separating classes from the presentation layer: B. We demonstrated cross platform application development. C. We demonstrated internet enabled applications. 0. We demonstrated database connectivity. In the Cars Store application what type of code was required to connect an arraylist to the list control? Select one A. List adapter B. Click handler C. Form initializer D. Submit button

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions