Answer:
Following are the program in java
public class Vehicle // class vehicle of type public
{
private int modelYear;
Vehicle() // no parameters
{
modelYear=2018;
}
vehicle(int t) // update the value of modelYear
{
modelYear=t;
}
public static void main(String args[]) // main function
{
vehicle ob=new vehicle();// creating instance
vehicle ob1=new vehicle(45);
}
}
Explanation:
Here we create a private data member i.e modelYear of integer type .
We create default constructor and initializes modelYear variable with 2018.
we create a parametrized constructor which update the value of modelYear variable.
From the main function we call both the constructors.
Answer:
The answer is "Option b"
Explanation:
The graphical UI is a kind of user interface, which is used in apple technology. It enables the consumers to use graphic symbols and the main symbol sound signal to communicate with electronic devices rather of text-based consumer interface, type tag commands or code navigation, and wrong option can be described as follows:
- Option a and Option c both were wrong because the command-line interface is a text-based program, and binary line access via command line.
- In option d, It is a text-based command, that is used to intact with the user, that's why it is wrong.
Answer:
operating systems, word software, computer concepts for end users
Explanation:
operating systems allow users to interact with computer hardware and application software.
word software allows users to complete specific tasks, such as creating a document.
computer concepts for end users allows programmers to create new applications.
Assuming you're using Windows, you have to search for the application Device Manager. It will show you all connected devices on your system, as well as an option to modify drivers and certain options.