Closed Thread
Results 1 to 2 of 2

Thread: Abstract data types in C++

  1. #1
    priorityone Guest

    Abstract data types in C++

    Hi can anyone tell me about abstract data types in C++ and how they are

    different from other data types.

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,489
    Blog Entries
    75
    Rep Power
    143
    You cannot declare a variable as an abstract class. Usually, they are used to provide interfaces between concrete classes that implement the functionality, and the user of a library who we may not want to have access to how it was implemented.

    Generally, abstract classes are going to be an advanced technique that is secondary to learning the basics of object-oriented programming in C++.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Abstract data types
    By toto_7 in forum General Programming
    Replies: 17
    Last Post: 04-28-2011, 02:42 AM
  2. Replies: 3
    Last Post: 10-01-2009, 12:48 PM
  3. Intermediate Abstract Data Types and Code Efficiency.
    By WingedPanther in forum C Tutorials
    Replies: 5
    Last Post: 12-25-2008, 03:56 AM
  4. Replies: 2
    Last Post: 11-18-2008, 07:51 AM
  5. Data types of PL/SQL and SQL
    By Patrick in forum Database & Database Programming
    Replies: 0
    Last Post: 10-07-2007, 12:52 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts