answersLogoWhite

0


Best Answer

Class c

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the default class type of 195.152.12.1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How a class in java declared default?

default it is public type


Is the default access specifier same as protected?

A private member of a class can only be accessed by methods of that class. A protected member of a class can only be accessed by methods of that class and by methods of a derived class of that class.


What is the default subnet mask of a class A address?

Class A default is 255.0.0.0 Class B default is 255.255.0.0 Class C default is 255.255.255.0


Difference between a class and a struct?

By default, all of the members of a class are private and, by default, all of the members of a structure are public.Structure are value type where as class are reference type.'this' pointer will work only in class.Inheritance between classes is also private by default, and inheritance between structs is public by default.Classes support polymorphism, whereas structure do not.


What is default subnet mask for a class b address?

255.255.0.0255.255.0.0 is the default for a class B address


What is the default sub-net mask for a class B address?

255.255.0.0255.255.0.0 is the default for a class B address


What value is assigned to extern variable?

Default initial value of extern integral type variable is zero otherwise null.


What are the default subnet masks for each one of the classes?

The default subnet masks per class are: class A 255.0.0.0 class B 255.255.0.0 class C 255.255.255.0


What is the default subnet mask for a Class A network?

255.0.0.0The default subnet mask of a class A network is 255.0.0.0


What are the default functions for class?

method


What class has subnet mask 225.225.225.0?

If this is a default subnet mask, then it would be a class C subnet mask. If you are subnetting a network and this is not the default subnet mask, then it could be either a class A or class B.


Is it ever necessary to add extends Object to a class declaration?

No; that is the default. In other words, if you don't add "extends", the class will automatically inherit from the "Object" class.No; that is the default. In other words, if you don't add "extends", the class will automatically inherit from the "Object" class.No; that is the default. In other words, if you don't add "extends", the class will automatically inherit from the "Object" class.No; that is the default. In other words, if you don't add "extends", the class will automatically inherit from the "Object" class.