four main concepts in the area of object oriented programming
abstraction
encapsulation
inheritance
polymorphism
is a view of an entity that includes only those aspects that are relevant for a particular situation
abstraction
what are the employee information that a programmer needs to have
full name
address
employee id
Salary
Incsalary
is to contain or encapsulate the properties and methods of an abstraction, and expose only those portions that are absolutely necessary
encapsulation
is a fundamental feature of an object oriented programming
Inheritance
what are the different combinations in object oriented programming languages
single inheritance
multilevel inheritance
hierarchical inheritance
multipath inheritance
multiple inheritance
what are the eight common controls that intrinsic validation
radio button
checkbox
checked list box
list box
date time picker
month calendar
masked textbox
text box
is one of the crucial features of vb.net and one of the key concepts of object oriented programming
polymorphism
is a method of software design and construction
object oriented programming
is a combination of code and data that can be treated as a unit
object
describes the variables, properties, procedures, and events of an object
class
is something that an object does
method
is a method of the combo box object that adds a new entry to a combo box
add
are instances of classes
objects
refers to ensuring the entered data is acceptable
validation
is an action recognized by an object such as clicking the mouse or pressing a key
event
is the process of checking the data entered by the user before that data is saved
input validation
is a member of a class that acts as an intermediary to a member variable of the class
property
what are the three rules in using a read only property
declaration context
combined modifiers
assigning a value
this keyword is used to indicate that the properties value can be accessed but it cannot be changed
read only
this feature is used most frequently to overload the constructor
overloading
are a special kind of sub procedure
constructors
restricts entry to on or off
radio button
restricts entry to checked or unchecked
checkbox