Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Objects
Guides
Objects
Symbols
CreateType
Object
ObjectQ
TypeQ
KirillBelov`Objects`
O
b
j
e
c
t
Q
O
b
j
e
c
t
Q
[
e
x
p
r
]
c
h
e
c
k
t
h
a
t
e
x
p
r
i
s
O
b
j
e
c
t
o
r
i
n
h
e
r
i
t
e
d
f
r
o
m
t
h
e
O
b
j
e
c
t
Examples
(
1
)
Basic Examples
(
1
)
Create new object:
I
n
[
1
]
:
=
o
b
j
e
c
t
1
=
O
b
j
e
c
t
[
]
O
u
t
[
1
]
=
O
b
j
e
c
t
S
y
m
b
o
l
:
O
b
j
e
c
t
`
$
1
6
Check the instance is mutable object:
I
n
[
2
]
:
=
O
b
j
e
c
t
Q
[
o
b
j
e
c
t
1
]
O
u
t
[
2
]
=
T
r
u
e
Create new type from the Object
I
n
[
3
]
:
=
C
r
e
a
t
e
T
y
p
e
[
M
y
O
b
j
e
c
t
]
O
u
t
[
3
]
=
M
y
O
b
j
e
c
t
New instance
I
n
[
4
]
:
=
m
y
O
b
j
e
c
t
1
=
M
y
O
b
j
e
c
t
[
]
O
u
t
[
4
]
=
M
y
O
b
j
e
c
t
S
y
m
b
o
l
:
M
y
O
b
j
e
c
t
`
$
1
7
Check the instance is mutable object:
I
n
[
5
]
:
=
O
b
j
e
c
t
Q
[
m
y
O
b
j
e
c
t
1
]
O
u
t
[
5
]
=
T
r
u
e
S
e
e
A
l
s
o
C
r
e
a
t
e
T
y
p
e
T
y
p
e
Q
O
b
j
e
c
t
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
O
b
j
e
c
t
s
"
"