Computer Science, asked by lucky409, 1 year ago

application of software development method application

Answers

Answered by BrainlyRaaz
17

 \LARGE {\bf{\red{DEVELOPMENT\: OF\: AN}}}

 \LARGE {\bf{\red{APPLICATION}}}

In Visual Basic you will work with objects, which have properties, methods, and events.

 \Large \bf \blue {Objects}

Think of an object as a thing, or a noun. Examples of objects are forms and controls. Forms are the windows and dialog boxes you place on the screen controls are the components you place inside a form, such as text boxcs, buttons, and list boxes.

 \large \bf  {1.\: Properties}

Properties tell something about or control the behavior of an object, such as its name, alor, size or location) You can think of properties as adjectives that describe objects.

When you refer to property, you first name the object, add a period, and then name the enety For example, refer to the Text property of a form called Sales Form. Text (pronounced "sales form dot text").

 \large \bf {2. \:Methods}

Actions associated with objects are called methods. Methods are the verbs of objects-oriented programming. Some typical methods are close, show and clear. Each of the predefined obiccts have a set of methods that you can use. You will learn to write additional methods to perform actions in your programs.

You refer to methods as Object. Method ("object dot method"). For example, a Show method can apply to different objects:

Billing Form. Show shows the form object called Billing Form;

Exit Button. Show shows the button object called Exit Button.

 \large \bf {3.\: Events}

You can write procedures that execute when a particular event occurs. An event occurs when the user takes an action, such as clicking a button, pressing a key, scrolling, or closing a window. Events can also be triggered by actions of other objects, such as repainting a form or a timer reaching a preset point.

 \rule{200}{2}

 \bigstar\boxed{\tt Do\: You\: Know?}

  • The term members is used to refer to both properties and methods.
Answered by krishna383331
0

hey guys!!

Answer:

here's your answer

Top 4 software development methodologies

Agile development methodology. Teams use the agile development methodology to minimize risk (such as bugs, cost overruns and changing requirements)when adding new functionality.

☆DevOps deployment methodology.

Waterfall development methods.

Rapid applications development.

Explanation:

MAKE ME AS BRAINLIST

Similar questions