Re: [webkit-dev] Interface design question

2012-10-11 Thread Siva B
I'am Sorry. Siva. From: Ryosuke Niwa To: Siva B Cc: "webkit-dev@lists.webkit.org" Sent: Thursday, October 11, 2012 2:43 PM Subject: Re: [webkit-dev] Interface design question webkit-dev doesn't seem like an appropriate place t

Re: [webkit-dev] Interface design question

2012-10-11 Thread Ryosuke Niwa
webkit-dev doesn't seem like an appropriate place to discuss this topic unless you have a specific WebKit patch or bug that relates this design question. On Thu, Oct 11, 2012 at 1:19 PM, Siva B wrote: > Hello, > > Have a design related question and hope to hear some insights. > > Int

[webkit-dev] Interface design question

2012-10-11 Thread Siva B
Hello,   Have a design related question and hope to hear some insights.   Interfaces using abstract classes impose restriction(s) on it's derived implementations.     - The most widely used restriction is to IMPLEMENT Function(s)   Question:     Is it permissible to have sim