1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
s2008m [1.1K]
2 years ago
8

1. What are the built-in operations on classes?

Computers and Technology
1 answer:
Kobotan [32]2 years ago
6 0

Answer:

Assignment Operator

Member Selection Operator

Explanation:

Assignment Operator is useful to assign some value to the instance variables of classes. We can use this operator directly on the class.

example:

Simple s=new Simple();

s.salary=9000;

Member Selection operator is useful to select a member of the class.

below code explains Member Selection operator

example:

Test s;

Test *pS = new Test();

s.f() ;  //call function using non-pointer object

pS->f();

You might be interested in
What command line utility can be used to repair the bcd on a windows installation?
Afina-wow [57]
You can use the following command Bootrec /rebuildbcd
8 0
3 years ago
How is technology used in the voting process?
Semmy [17]
Each person has a electronic chip-enabled ID card, which lets them vote on the internet. The ID card is put into the card reader that is connected the computer. :)
7 0
2 years ago
In windows 10, what is the name of a program you can use to find a file or folder?
Anna007 [38]

Answer:

windows search explorer

3 0
2 years ago
Which is missing in most areas that do not have Karst topography?
ikadub [295]
A) Limestone is the correct answer

5 0
3 years ago
Read 2 more answers
What is the intellectual property
Ede4ka [16]

Answer:

B- intangible ideas

Explanation:

The B. intangible ideas are the correct option certainly. By intangible items we mean Ideas, knowledge, talent, data, trade secret, and intellectual property is also a part of it like the trademarks, patents, and copyrights. And hence intellectual property is a kind of the B. intangible idea. Thus, B is the correct option.

7 0
3 years ago
Other questions:
  • Apple was a pioneer in user interface development, introducing the _____, complete with mouse and screen icons, in the early 198
    7·1 answer
  • What is ur Favorite anime
    8·1 answer
  • Apex
    5·2 answers
  • Ayúdenme porfa se los agradecería :c
    7·1 answer
  • Select the correct answer from each drop-down menu.
    6·1 answer
  • Write any two disadvantage of First generations computers​
    14·1 answer
  • What year did polaroid introduce one-step photography with the SX-70
    14·1 answer
  • How to use a state value in stylesheet in react native.
    6·1 answer
  • Who invented the first mechanical computer? in what year was it invented?.
    11·1 answer
  • A data analyst creates a data frame with data that has more than 50,000 observations in it. When they print their data frame, it
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!