Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Abstraction in oops with example in php?

@CodeGrepperManu answered on April 14, 2023 Popularity 8/10 Helpfulness 2/10

Contents


More Related Answers

  • PHP OOP - Classes and Objects
  • PHP OOP - Constructor
  • abstraction in oops
  • PHP OOP - Inheritance
  • object oriented programming php
  • what is the use of closure function in php
  • oops concepts in php
  • PHP OOP - Interfaces
  • oop php
  • oop php
  • php oops
  • PHP OOP - Abstract Classes
  • oop in php
  • php-oop
  • PHP OOP - Traits
  • oop php
  • how to make php oop class

  • Abstraction in oops with example in php?

    3

    Abstraction is the concept of "shows" only essential attributes and "hides" unnecessary information.

    The main purpose of abstraction is hiding the unnecessary details from the users.

    Popularity 8/10 Helpfulness 2/10 Language php
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 14 2023
    @CodeGrepperManu
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    4

    Abstraction in oops with example in php?

    What is abstraction in OOP?

    Abstraction is used for Security, it is the process of hiding the implementation details

    and showing only the functionality to the user.

    Abstraction can achieve in two ways.

    1. abstract class

    2. interface

    it will use the concept of method overridding.

    Abstraction is the concept of "shows" only essential attributes and "hides" unnecessary information.

    The main purpose of abstraction is hiding the unnecessary details from the users. 

    Popularity 8/10 Helpfulness 5/10 Language php
    Link to this answer
    Share Copy Link
    Contributed on Apr 14 2023
    @CodeGrepperManu
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.