answersLogoWhite

0


Best Answer

A user-defined object is an instance of a user-defined type, typically a class, or an enum.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the user defined object?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the most basic unit of an Active Directory environment?

A user account. Without a user account object defined in the active directory a user cannot log on and gain access to network resources.


How many types of user defined exceptions are there and list them?

They are user-defined. In other words: You & Me (Users) define them (make them). There is an endless number of user-defined exceptions


What is the advantage of user-defined copy constructor?

What is the advantage of user-defined copy constructor


In c programming is main predefined or user defined?

main is predeclared and user defined.


What is use of user defined data in c?

to create user defined functions the user defined data is needed nd its useful to the programmer to create its own data.


What is a user-defined region?

A user-defined region is one that is classified by use. eg. hydro-electricity region


What does user defined mean?

User Defined Regions are a way of allowing a user to write directives around arbitrary segments of code which will allow these segments of code to be folded around. User Defined regions are regions that are defined by special product or service. They are often inside of other larger physicals, human and functional regions.


What is user exceptions?

user defined exception is created by user such as arthmetic,number format exception ...


What does user Defined Region mean?

User Defined Regions are a way of allowing a user to write directives around arbitrary segments of code which will allow these segments of code to be folded around. User Defined regions are regions that are defined by special product or service. They are often inside of other larger physicals, human and functional regions.


What does user-Defined Region mean?

User Defined Regions are a way of allowing a user to write directives around arbitrary segments of code which will allow these segments of code to be folded around. User Defined regions are regions that are defined by special product or service. They are often inside of other larger physicals, human and functional regions.


What is a programmer defined class?

[object Object]


Which characters cannot be used in user-defined names in C?

The space and punctuation characters cannot be used in user-defined names. Only letters, digits and the underscore character are permitted, but a user-defined name cannot begin with a digit. User-defined names include function names, type definitions, enumerations, variables and constants.