134k views
1 vote
You give an object a more meaningful name by setting the object’s _________________ property.

a.Application

b. Caption

c.Form

d. Name

e. Text

User Xeberdee
by
4.7k points

1 Answer

2 votes

Answer:

The correct answer to this question is "Name".

Explanation:

In the programming language, the object is a part of the object-oriented programming language (oops).In all (oops) programming language we use class and object. where class is a collection of data member and member function, and object is a real-world entity. An Object is an instance of a Class. When a class is created, no memory is assigned but when we create the object of the class then memory is allocated.

In this question except option (d), all options are wrong.

User Thomas Wright
by
5.2k points