Short note on field with suitable example
Answers
Answer:
Each record consists of several fields; the fields of all records form the columns. ... Examples of fields: name, gender, hair colour. In object-oriented programming, a field (also called data member or member variable) is a particular piece of data encapsulated within a class or object.
Answer:
A field may refer to any of the following:
1. With a form, a field is an area that accepts input from the user. For example, our search form field allows anyone to enter anything related to computers and search for that information on our site. With HTML, a field can be created by adding the <input> tag in a <form> tag.
2. A field is a single item of data within a database or software program. For example, a field may be a customer name, address,etc.
hope it helps