answersLogoWhite

0

What does primitive method mean in programming?

Updated: 10/18/2022
User Avatar

Questions101girl

Lvl 1
11y ago

Best Answer

All the objects in Alice that have a set of common set of built-in methods for performing basic options.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does primitive method mean in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What object base programming?

Object base programming is the one that in programming code only object is used to call method(function, procedure whatever you call it). Some small amount of primitive data type is also used. Take a dog as object. Dog has name, age. if you want to find out the name and age of the dog, you need to make a method called public getName(){retrun name} etc. and call the same method. while you call the method, you must use the dog object. In this type of programming object carries its properties with it. that is it my frind. good luck


What are the 3 primitive logic structures?

The three primitive logic structures in programming are selection, loop and sequence. Any algorithm can be written using just these three structures.


What are those languages under in object oriented programming?

Most modern programming languages have some support for object-oriented programming. In some (such as Java), it is obligatory - you have to write your code in classes. In others - such as JavaScript or PHP - it is optional, meaning that you can write programs the old-fashioned way (procedural programming).


What is different between primitive date type and non primitive data type in c plus plus programming language?

A primitive data type is built into the language - int, char, long, etc. A non-primitive data type is am abstract data type that is built out of primitive data types - linked list, queue, stack, etc.


Essential condition for pure object oriented language?

Mainly no primitive types such as int, char, bool, etc. Java could be considered if it hadn't this primitive types.

Related questions

What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


What object base programming?

Object base programming is the one that in programming code only object is used to call method(function, procedure whatever you call it). Some small amount of primitive data type is also used. Take a dog as object. Dog has name, age. if you want to find out the name and age of the dog, you need to make a method called public getName(){retrun name} etc. and call the same method. while you call the method, you must use the dog object. In this type of programming object carries its properties with it. that is it my frind. good luck


What is the meaning of a method in Java programming?

a method is a variable


Is the grey kangaroo most primitive?

No. marsupials are not considered primitive. They just have a different method of reproduction.


Is shifting cultivation a primitive method of farming?

yes it is


What are the 3 primitive logic structures?

The three primitive logic structures in programming are selection, loop and sequence. Any algorithm can be written using just these three structures.


What is method in programming language?

A method is another name for a function. (I am assuming you know what a function is)


What does primitive mean?

Primitive is something that is uncivilized or old and not up to date.


What does the root word archaeo mean?

The root word "archaeo" means ancient or old. It is commonly used in words related to ancient artifacts, cultures, or practices.


What are those languages under in object oriented programming?

Most modern programming languages have some support for object-oriented programming. In some (such as Java), it is obligatory - you have to write your code in classes. In others - such as JavaScript or PHP - it is optional, meaning that you can write programs the old-fashioned way (procedural programming).


What is different between primitive date type and non primitive data type in c plus plus programming language?

A primitive data type is built into the language - int, char, long, etc. A non-primitive data type is am abstract data type that is built out of primitive data types - linked list, queue, stack, etc.


What are the 2 major computational method of linear programming?

Simplex Method and Interior Point Methods