A...........................................
Answer:
False
Explanation:
No app icon on app's action bar will move the device to its home screen.It is not a valid statement.
The second one
01111
This is because a computer uses binary and only understands two digits which consit of 1 and 0
Answer:
Name.
Explanation:
The constructor in the class must have the same name as the class.Constructors are used to initialize the object when created.There are basically three types of constructors which are as following:-
- Default Constructor.
- Parameterized Constructor.
- Copy Constructor.
Default Constructor:-This constructor is already present in the class when the class is defined.It does not have any arguments.
Parameterized Constructor:-As the name suggests this constructor have parameters that are used to initialize the object.
Copy Constructor:-This constructor is called whenever an object is copying the values of other object.For example:-
There is already an object present with name obj1.
class obj2=obj1;
What is it about ? And what you need help on