Top 10 similar words or synonyms for classname

objectname    0.845716

propertyname    0.838214

myclass    0.836332

methodname    0.831622

typename    0.826961

objecttype    0.811123

schemaname    0.807909

packagename    0.802880

myobject    0.798703

qname    0.791283

Top 30 analogous words or synonyms for classname

Article Example
Caret In C++/CLI the only type of pointer is C++ pointer, and the .NET reference types are accessed through a "handle", with the new syntax ClassName^ instead of ClassName*. This new construct is especially helpful when managed and standard C++ code is mixed; it clarifies which objects are under .NET automatic garbage collection and which objects the programmer must remember to explicitly destroy. In development for Apple's Mac OS X and iOS, carets are used to create blocks, and to denote block types.