answersLogoWhite

0


Best Answer

That would depend on the language; but usually, that should depend mainly on the amount of data stored in the object. For example, the programmer may decide an object needs an array of 10,000 ints, of 4 bytes each; that would require 40,000 bytes, plus some small overhead for the object itself.

That would depend on the language; but usually, that should depend mainly on the amount of data stored in the object. For example, the programmer may decide an object needs an array of 10,000 ints, of 4 bytes each; that would require 40,000 bytes, plus some small overhead for the object itself.

That would depend on the language; but usually, that should depend mainly on the amount of data stored in the object. For example, the programmer may decide an object needs an array of 10,000 ints, of 4 bytes each; that would require 40,000 bytes, plus some small overhead for the object itself.

That would depend on the language; but usually, that should depend mainly on the amount of data stored in the object. For example, the programmer may decide an object needs an array of 10,000 ints, of 4 bytes each; that would require 40,000 bytes, plus some small overhead for the object itself.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

That would depend on the language; but usually, that should depend mainly on the amount of data stored in the object. For example, the programmer may decide an object needs an array of 10,000 ints, of 4 bytes each; that would require 40,000 bytes, plus some small overhead for the object itself.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the size of object in programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is object based programming language?

Object-based programming language is a language that supports all the features of object oriented programming features like classes,object,encapsulation ,abstraction,polymorphism etc except inheritence.


Is java example of a procedural programming language?

No.Its purely object oriented programming language


What kind of written language did Delphi use?

Delphi used a programming language called Object Pascal for its written language. Object Pascal is an extension of the Pascal language that includes object-oriented programming features.


What is the size of an object of empty class?

That would depend on the programming language; even for the same language, it may vary for specific implementations. Usually such an object should just use a few bytes.


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.


Is VB an object oriented programming language?

Yes


Is c object oriented or object based?

C is a procedural programming language.


Name of object oriented programming language?

C++ is the name of a programming language.


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


Which type of language is java?

Java is truly object oriented programming language


What is first object oriented programming language?

Simula 67 (1967) was the first programming language designed that had the notion of objects, classes, inheritance, etc. in it. Smalltalk (1970s), influenced by Simula 67, was the first programming language designed with the actual idea of "object-oriented programming" in mind.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.