answersLogoWhite

0


Best Answer

In C# and Visual Basic.NET the keyword is "new". C doesn't have such an animal, but you generally use the library call to malloc to get new memory.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What keyword is using to create objects?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What objects do PowerPoint enables you to create using a set of tools located on the Drawing toolbar?

PowerPoint enables you to create drawn objects using a set of tools located on the Drawing toolbar


What is the need to create an abstract class without abstract?

Actually there is no need & most importantly - you cannot create an abstract class without using the abstract keyword


What is a new keyword in java methods?

new is a keyword to create a instance of object any class.


Which keyword is used to create a structure?

struct


Instantiation of objects in c plus plus?

Objects are instantiated when statically declared or dynamically created with the new keyword.


How do you create a multi level hierarchy in java?

First you would have to design the class hierarchy; perhaps on paper and pencil. Then you create the classes so that one depends on another, using the extends keyword.


Why we can't create object for Container class using new keyword?

It is an abstract class so you can't instantiate it directly, but have to use a subclass instead.


How do you create object of javabeen in servlet?

A JavaBean is nothing but a regular Java Class and hence it can be instantiated using the new keyword and invoking the bean constructor


What words should I avoid using in a keyword search?

When you do a keyword search avoid using the word or letter I and also generic words, like to, the, on etc. You also need to try not using commas or punctuations in your keyword search.


How constructor called?

You cannot invoke a constructor explicitly. It will get invoked implicitly when you call the new keyword on the class to create an object of the class. Ex: private ClassExample obj = new ClassExample(); here this new keyword usage on the ClassExample class will invoke the constructor of this class and create an object of that class.


How do you create twitter tags?

Add a "#" character before the keyword


Is it possible to create a Abstract class without abstract keyword?

no