Computer Science, asked by arjunb6360, 1 year ago

A constructor that accepts_____parameter(s) is called the default constructor.

Answers

Answered by anindyaadhikari13
6

A constructor that accepts no parameter is called default constructor.

What is constructor?

Answer:- A constructor is a special method which is used to initialize objects. It may or may not contain any parameter.

There are three types of constructors in java.

  • Default constructor.
  • Parameterised Constructor.
  • Non parameterised constructor.

Answered by MohakBiswas
0

\bf\large\blue{Answer\::-}

\bf\green{A\:constructor\:that\:accepts\:\bold{<u>no</u>}\: parameter\:is\:called\:default\:constructor\:.}

______________________________________________

\bf\large\blue{Hope\:it\:helps\:you\:.}

Similar questions