Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Objects

Guides

  • Objects

Symbols

  • CreateType
  • Object
  • ObjectQ
  • TypeQ
KirillBelov`Objects`
ObjectQ
​
ObjectQ
[expr]
check that expr is
Object
or inherited from the
Object
​
Examples  
(1)
Basic Examples  
(1)
Create new object:
In[1]:=
object1=
Object
[]
Out[1]=
Object
Symbol: Object`$16

Check the instance is mutable object:
In[2]:=
ObjectQ
[object1]
Out[2]=
True
Create new type from the Object
In[3]:=
CreateType
[MyObject]
Out[3]=
MyObject
New instance
In[4]:=
myObject1=MyObject[]
Out[4]=
MyObject
Symbol: MyObject`$17

Check the instance is mutable object:
In[5]:=
ObjectQ
[myObject1]
Out[5]=
True
SeeAlso
CreateType
TypeQ
Object
RelatedGuides
▪
Objects
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com