What is a concrete class?
By in OOP/OOD on Jul 13 2006
  • karthi keyan
    Jan, 2018 21

    If fully completed all functionality and ready to provide service is called concrete class Real Time example :A complete Building

    • 2
  • Ashish Saxena
    Aug, 2016 20

    A concrete class is used to define a useful object that can be instantiated as an automatic variable on the program stack. The implementation of a concrete class is defined. The concrete class is not intended to be a base class and no attempt to minimize dependency on other classes in the implementation or behavior of the class..

    • 1
  • babasaheb kolhe
    Oct, 2021 11

    concrete Class, meaning we can create objects of them.

    • 0
  • talha baig
    Jul, 2018 30

    Concrete class 1. we can create instance as well as we can inherit. 2. No method should be abstract. 3. In application class hierarchy, concrete class need not be in the first level.

    • 0
  • Bebins V
    Nov, 2015 25

    Concrete class is nothing but normal class, we can use as a base class or may not.Not compulsory, it can't contain abstract methods.we can create object and work with this class.

    • 0
  • nikhil kansal
    Jul, 2006 13

    A concrete class is used to define a useful object that can be instantiated as an automatic variable on the program stack. The implementation of a concrete class is defined. The concrete class is not intended to be a base class and no attempt to minimize dependency on other classes in the implementation or behavior of the class..

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS