<p>C Programming:</p><p>1- Create the abstract base class Book that has the followinginstance variables, constructor, and methods</p><p>title ( String)</p><p>isbn ( String)</p><p>authors (String)</p><p>publisher (String)</p><p>edition ( int)</p><p>published_year (int)</p><p>Constructor that takes all of the