answersLogoWhite

0

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

User Avatar

Wiki User

7y ago

What else can I help you with?

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


In c programming is main predefined or user defined?

main is predeclared and user defined.


What is the advantage of user-defined copy constructor?

What is the advantage of user-defined copy constructor


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 is a programmer defined class?

[object Object]


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.


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.